* When the entry shows icons, it adds subnodes with the name image and the
* style class .left or .right, depending on where the icon appears.
*
- * When the entry shows progress, it adds a subnode with the name progressbar.
+ * When the entry shows progress, it adds a subnode with the name progress.
* The node has the style class .pulse when the shown progress is pulsing.
*/
widget_node = gtk_widget_get_css_node (GTK_WIDGET (entry));
priv->progress_node = gtk_css_node_new ();
- gtk_css_node_set_name (priv->progress_node, I_("progressbar"));
+ gtk_css_node_set_name (priv->progress_node, I_("progress"));
gtk_css_node_set_parent (priv->progress_node, widget_node);
gtk_css_node_set_state (priv->progress_node, gtk_css_node_get_state (widget_node));
g_object_unref (priv->progress_node);
@extend %selected_items;
}
- & progressbar {
+ & progress {
margin: 1px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #1f2222;
background-image: linear-gradient(to bottom, #333636);
box-shadow: 0 1px rgba(238, 238, 236, 0); }
- entry progressbar {
+ entry progress {
margin: 1px;
border-radius: 0;
border-width: 0 0 2px;
background-image: none;
background-color: transparent;
box-shadow: none; }
- entry progressbar:backdrop {
+ entry progress:backdrop {
background-color: transparent; }
.linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > entry:focus + .button, .linked:not(.vertical) > entry:focus + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical) > entry:focus + GtkComboBoxText > .the-button-in-the-combobox {
border-left-color: #0f2b48; }
border-color: darkgray;
background-image: linear-gradient(to bottom, #f4f4f4);
box-shadow: 0 1px rgba(255, 255, 255, 0); }
- entry progressbar {
+ entry progress {
margin: 1px;
border-radius: 0;
border-width: 0 0 2px;
background-image: none;
background-color: transparent;
box-shadow: none; }
- entry progressbar:backdrop {
+ entry progress:backdrop {
background-color: transparent; }
.linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > entry:focus + .button, .linked:not(.vertical) > entry:focus + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical) > entry:focus + GtkComboBoxText > .the-button-in-the-combobox {
border-left-color: #4a90d9; }
&:selected:focus {
@extend %selected_items;
}
- & progressbar {
+ & progress {
margin: 1px;
border-radius: 0;
border-width: 0 0 2px;
entry:selected, entry:backdrop:selected {
background-color: #000;
color: #fff; }
- entry progressbar {
+ entry progress {
margin: 1px;
border-radius: 0;
border-width: 0 0 2px;
background-image: none;
background-color: transparent;
box-shadow: none; }
- entry progressbar:backdrop {
+ entry progress:backdrop {
background-color: transparent; }
.linked entry:first-child {
border-top-right-radius: 0;